ShipmentNotification-v1.0 Schema
Message Complex Type
ShipmentNotification-v1.0 Schema : Message Complex Type
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Diagram
Footer Element Properties Element SupplierReference Element BuyerReference Element Description2 Element Description1 Element AdviceSkuSalePriceInclVat Element Purchase Element SkuQuantity Element Barcode Element All Row Element Sequence Rows Element FinalDestinationPartyNumber Element PickupPartyNumber Element DeliveryPartyNumber Element SupplierPartyNumber Element BuyerPartyNumber Element OrderDateTime Element SupplierReference Element BuyerReference Element ShipmentReference Element All Header Element HighPriority Element MessageReference Element MessageDateTime Element Sequence Message Complex Type
Overview
Sequence
MessageDateTime xs:dateTime
HighPriority optional xs:boolean
Sequence
All
Choice
BarcodeValue optional xs:long
BarcodeText optional
SkuQuantity xs:int
Purchase optional
All
PriceExclVat xs:decimal
PriceType Restriction of xs:string
AdviceSkuSalePriceInclVat optional xs:decimal
Description1 optional
Description2 optional
BuyerReference optional
Used By
Message Element
Source
<xs:complexType name="Message" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="MessageDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1" />
    <xs:element name="MessageReference" minOccurs="1" maxOccurs="1" />
    <xs:element name="HighPriority" type="xs:boolean" minOccurs="0" maxOccurs="1" />
    <xs:element name="Header" type="xsi:Header" maxOccurs="1" minOccurs="1" />
    <xs:element name="Rows" type="xsi:Rows" maxOccurs="1" minOccurs="1" />
    <xs:element name="Footer" type="xsi:Footer" maxOccurs="1" minOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
ShipmentNotification-v1.0 Schema